.contener-mentions {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.version-api {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    font-size: 30px;
}
.content-mentions{
    background-color:white;
    margin: auto;
	border-radius: 10px;
    padding: 10px 150px 10px 10px;
	position: relative;
    width: 764px;
    color: #303030;
    font-family: 'OpenSans-Regular';
}
.content-mentions img{
	position: absolute;
	width: 180px;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
}
.mentions-logo {
	position:absolute;
	width: 180px;
    height: 212px;
    background-image: url('../img/logo_bng.png');
    background-size: contain;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
}
.mentions-fermer{
    margin-top: 25px;
    width: 60px;
    height: 60px;
    background-image: url('../img/close.svg');
    background-size: contain;
}
.mentions-fermer > svg {
    width: 60px;
    height: 60px;
    fill: white;
}